@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.header{
	
}
.header1{
	zoom: 1;
	padding: 0 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f4f2f4;
	height: 100px;
	position: relative;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul{
	zoom: 1;
}
.nav ul li{
	margin-right: 40px;
	float: left;
	display: flex;
	align-items: center;
	line-height: 96px;
	font-size: 20px;
	border-bottom: 4px solid #f4f2f4;
}
.nav ul li>a{
	color: #3f3d3e;
	display: flex;
	align-items: center;
}
.nav ul li>a img{
	margin-left: 20px;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	width: 100%;
	height: 60px;
	font-size: 16px;
	background-color: #3c3839;
	padding-left: 240px;
	align-items: center;
}
.nav_sub a{
	color: #fff;
	margin-right: 40px;
}
.nav_sub a:hover{
	color: #bbe8fd;
}
.nav ul li:hover{
	border-bottom: 4px solid #105fbb;
}
.nav ul li:hover .nav_sub{
	display: flex;
}
.phone{
	font-size: 20px;
	color: #727071;
	display: flex;
	align-items: center;
}
.phone img{
	margin: 0 10px;
}
.phone span{
	font-weight: bold;
}
.language{
    float: right;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.language img{
    margin-right: 10px;
}
.language1{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 96;
    min-width: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 10px 20px;
    background-color: #ffffff;
}
.language1 a{
    display: block;
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #333333;
}
.language1 a:hover{
    color: #105fbb;
}
.language:hover .language1{
    display: block;
}
.banner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.bLeft{
	position: absolute;
	left: 7.5%;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.bRight{
	position: absolute;
	right: 7.5%;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.commit{
	margin-top: 100px;
}
.commit1{
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
}
.title{
	font-size: 30px;
	color: #1d110e;
	font-weight: bold;
	text-align: center;
}
.title1{
	margin: 16px auto 0;
	width: 45px;
	height: 6px;
	background-color: #1d110e;
}
.title2{
	margin-top: 20px;
	font-size: 16px;
	color: #1d110e;
	font-weight: bold;
	text-align: center;
}
.commit2{
	margin-top: 50px;
}
.commit3{
	margin-top: 40px;
	display: flex;
	flex-direction: row-reverse;
}
.commit3:nth-child(2n){
	flex-direction: row;
}
.commit4{
	flex: 1;
	padding: 40px 50px;
	background-image: linear-gradient(to right,#d8effc,#7bcdf4);
}
.commit5{
	font-size: 32px;
	color: #ffffff;
	line-height: 54px;
	border-bottom: 2px solid #ffffff;
	height: calc(100% - 60px);
}
.commit6{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
}
.commit6 a{
	color: #ffffff;
}
.commit7{
	font-size: 0;
}
.story{
	margin-top: 160px;
	margin-bottom: 180px;
}
.story1{
	margin-top: 100px;
	font-size: 0;
}
.story1 video{
	width: 100%;
	object-fit: fill;
}
.footer{
	border-top: 1px solid #b3b4b5;
	padding: 140px 0 100px;
	background-image: linear-gradient(to bottom,#eaf7fe,#ffffff);
}
.footer1{
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}
.footer2{
	float: left;
	max-width: 390px;
}
.footer3{
	font-size: 0;
}
.footer4{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 32px;
	color: #100100;
	line-height: 44px;
}
.footer5{
	margin-top: 8px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000000;
}
.footer5 span{
	margin-right: 11px;
	display: flex;
	align-items: center;
}
.footer5 img{
	margin-right: 9px;
}
.footer6{
	float: right;
	margin-left: 40px;
}
.footer7{
	font-size: 24px;
	font-weight: bold;
}
.footer7 a{
	color: #5b5857;
	display: flex;
	align-items: center;
}
.footer7 a img{
	margin-left: 16px;
}
.footer8{
	margin-top: 24px;
}
.footer8 a{
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #565352;
}
.code{
	float: right;
	margin-left: 96px;
	font-size: 0;
}
.beian{
	background-color: #231815;
}
.beian1{
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #ffffff;
}
.beian1 a{
	color: #ffffff;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.inNav{
	background-color: #f4f2f5;
	height: 120px;
	border-bottom: 1px solid #c7c7c7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inNav a{
	font-size: 24px;
	color: #535152;
	margin: 0 25px;
}
.application{
	padding: 100px 0;
}
.application1{
	background-image: linear-gradient(to bottom,#eaf7fe,#ffffff);
}
.application2{
	width: 96%;
	max-width: 1100px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.application3{
	position: absolute;
	right: 0;
	bottom: 0;
}
.application4{
	position: absolute;
	left: 0;
	width: 440px;
	bottom: 66px;
}
.application5{
	font-size: 32px;
	color: #211813;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid #211813;
}
.application6{
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #211614;
}
.application7{
	margin-top: 30px;
}
.application7 a{
	display: block;
	width: 210px;
	height: 32px;
	border: 1px solid #003f9c;
	background-color: #1256a7;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
.application1:nth-child(2n) .application3{
	position: absolute;
	right: auto;
	left: 0;
}
.application1:nth-child(2n) .application4{
	position: absolute;
	right: 0;
	left: auto;
}
.quality{
	padding: 80px 0;
	background: url(../img/quality_bg.jpg) no-repeat;
	background-size: cover;
}
.quality1{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.quality2{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.quality3{
	margin-top: 50px;
	overflow: hidden;
}
.quality4{
	float: left;
	width: calc((100% - 81px)/4);
	margin-right: 27px;
}
.quality4:nth-child(4n){
	margin-right: 0;
}
.quality5{
	height: 65px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 65px;
	background-color: #00a7eb;
}
.quality6{
	margin-top: 20px;
	font-size: 16px;
	color: 000000;
	text-align: center;
}
.quality7{
	border-bottom: 1px solid #bbbbbb;
	font-size: 20px;
	color: #080000;
	text-align: center;
	line-height: 120px;
	font-weight: bold;
}
.quality8{
	padding: 90px 0;
	border-bottom: 1px solid #bbbbbb;
}
.quality9{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quality10{
	font-size: 0;
	margin-right: 72px;
}
.quality11{
	flex: 1;
}
.quality12{
	font-size: 32px;
	color: #241613;
	line-height: 56px;
	border-bottom: 1px solid #615957;
	padding-bottom: 36px;
}
.quality13{
	margin-top: 60px;
	display: flex;
	align-items: center;
}
.quality14{
	font-size: 0;
	margin-right: 50px;
}
.quality15{
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
.advantage{
	padding: 85px 0;
	border-bottom: 1px solid #bbbbbb;
}
.advantage1{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.advantage2{
	font-size: 24px;
	color: #010000;
	text-align: center;
	line-height: 1;
}
.advantage2 span{
	margin: 0 20px;
}
.advantage3{
	font-size: 0;
	text-align: center;
	margin: 80px 0;
}
.advantage3 ul{
    overflow: hidden;
}
.advantage3 ul li{
    list-style-type: none;
    float: left;
    width: calc((100% - 40px)/5);
    margin-right: 10px;
}
.advantage3 ul li:nth-child(5n){
    margin-right: 0;
}
.advantage3a{
    background-image: linear-gradient(to left,#0e8fd1,#84d0f0);
    padding: 24px;
    text-align: left;
}
.advantage3b{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}
.advantage3c{
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.advantage3d{
    padding: 30px 24px 0;
    height: 210px;
    text-align: left;
    background-image: linear-gradient(to top,#cce8ec,#eef8fa);
}
.advantage3e{
    font-size: 20px;
    color: #180e0d;
    line-height: 1;
    padding-bottom: 16px;
    border-bottom: 1px solid #180e0d;
}
.advantage3f{
    margin-top: 10px;
    font-size: 18px;
    color: #180e0d;
}
.advantage4{
	margin-top: 90px;
	font-size: 0;
	text-align: center;
}
.advantage4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantage4 ul li{
    font-size: 0;
    width: 20%;
    background: url(../img/adv_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}
.advantage4b{
    font-size: 32px;
    color: #66c7f4;
    line-height: 1;
}
.advantage4b span{
    font-size: 100px;
}
.advantage4c{
    font-size: 32px;
    color: #66c7f4;
}
.advantage4d{
    font-size: 0;
    position: relative;
    text-align: center;
}
.advantage4d img{
    width: 220px;
    border-radius: 30px;
    height: 220px;
}
.advantage4e{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 220px;
    height: 44px;
    border-radius: 0 0 30px 30px;
    background-color: rgba(48,97,140,0.8);
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
.equipment{
	padding: 85px 0 100px;
}
.equipment1{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.equipment2{
	margin-top: 80px;
	font-size: 0;
	text-align: center;
}
.equipment3{
	margin-top: 80px;
	font-size: 20px;
	color: #0a0000;
	text-align: center;
}
.equipment4{
	margin-top: 20px;
	font-size: 20px;
	color: #0a0000;
	text-align: center;
}
.equipment5{
	margin-top: 40px;
	text-align: center;
}
.equipment6{
	display: inline-block;
	margin: 0 50px;
	width: 124px;
	border-bottom: 2px solid #231816;
	text-align: left;
}
.equipment7{
	font-size: 20px;
	color: #040000;
	font-weight: bold;
}
.equipment8{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.equipment9{
	font-size: 72px;
	color: #040000;
	font-weight: bold;
}
.equipment10 span{
	font-size: 20px;
	color: #040000;
	font-weight: bold;
}
.equipment10 code{
	margin-top: 10px;
	display: block;
	font-family: inherit;
	font-size: 20px;
	color: #040000;
	font-weight: bold;
}
.user{
	padding: 100px 0 60px;
}
.user1 {
    margin-top: 60px;
    font-size: 20px;
    color: #0a0000;
    text-align: center;
}
.user2{
	border-top: 1px solid #b6b6b6;
	padding: 60px 0 100px;
	background-image: linear-gradient(to bottom,#e5f2fa,#ffffff);
}
.user3{
	width: 96%;
	max-width: 1250px;
	margin: 0 auto;
}
.user4{
	font-size: 0;
	text-align: center;
}
.user5{
	margin-top: 80px;
	font-size: 24px;
	color: #020100;
	text-align: center;
}
.user6{
	margin-top: 20px;
	font-size: 24px;
	color: #020100;
	text-align: center;
}
.user7{
	margin-top: 100px;
	font-size: 0;
	text-align: center;
}
.case{
	padding: 80px 0 100px;
}
.case1{
	margin-top: 100px;
	position: relative;
	height: 1px;
	background-color: #b9b9b9;
}
.case1 span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	padding: 0 60px;
}
.case2{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.case3{
	margin-top: 80px;
	font-size: 24px;
	color: #000100;
	line-height: 50px;
}
.case4{
	margin-top: 60px;
	font-size: 0;
}
.product{
	padding: 80px 0 100px;
}
.product1{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.product2 ul{
	overflow: hidden;
}
.product2 ul li{
	margin-top: 70px;
	float: left;
	width: calc((100% - 100px)/3);
	margin-right: 50px;
}
.product2 ul li:nth-child(3n){
	margin-right: 0;
}
.product3{
	font-size: 0;
	text-align: center;
}
.product4{
	margin-top: 20px;
	font-size: 20px;
	color: #3d3d3d;
	text-align: center;
	font-weight: bold;
}
.product5{
	margin-top: 5px;
	font-size: 16px;
	color: #484848;
	text-align: center;
}
.p_img1{
	display: none;
}
.product2 ul li:hover .p_img{
	display: none;
}
.product2 ul li:hover .p_img1{
	display: inline-block;
}
.product6{
	margin-top: 80px;
	text-align: center;
}
.product6 a{
	display: inline-block;
	width: 210px;
	height: 32px;
	border: 1px solid #003f9c;
	background-color: #1256a7;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
.download ul{
	overflow: hidden;
}
.download ul li{
	margin-top: 70px;
	float: left;
	width: calc((100% - 100px)/3);
	margin-right: 50px;
}
.download ul li:nth-child(3n){
	margin-right: 0;
}
.download1{
	font-size: 0;
	text-align: center;
}
.download2{
	margin-top: 20px;
	font-size: 20px;
	color: #2c2c2c;
}
.download3{
	margin-top: 10px;
	font-size: 12px;
	color: #797979;
}
.about{
	padding: 80px 0 100px;
}
.about1{
	width: 96%;
	max-width: 1580px;
	margin: 0 auto;
	overflow: hidden;
}
.about2{
	float: left;
	width: 47%;
}
.about3{
	font-size: 32px;
	color: #0f0100;
}
.about4{
	margin-top: 10px;
	width: 45px;
	height: 4px;
	background-color: #0a0000;
}
.about5{
	margin-top: 10px;
	font-size: 16px;
	color: #0f0100;
}
.about6{
	margin-top: 30px;
	font-size: 20px;
	color: #0f0100;
	line-height: 40px;
}
.about7{
	float: right;
	font-size: 0;
	width: 44%;
}
.about8{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about9{
	border-bottom: 2px solid #231816;
}
.about10{
	margin-top: 40px;
	font-size: 0;
}
.develop{
	padding: 90px 0 70px;
	border-top: 1px solid #b8c0c3;
	background-image: linear-gradient(to bottom,#e5f2fa,#fdfdff);
}
.develop1{
	width: 96%;
	max-width: 1580px;
	margin: 0 auto;
}
.develop2{
	position: relative;
}
.develop2::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	height: 5px;
	background-color: #69c1c2;
}
.develop2 .swiper{
	padding: 0 60px;
}
.develop2 .swiper-slide{
	padding: 310px 0;
}
.develop3{
	position: relative;
}
.develop3::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 7px solid #0d54a4;
	background-color: #ffffff;
}
.develop4{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	border-left: 1px solid #1356a7;
	padding: 60px 0 0 10px;
}
.develop4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	transform: translate(-50%,50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0d54a4;
}
.develop5{
	font-size: 25px;
	color: #019e95;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
}
.develop5:first-child{
	margin-top: 0;
}
.develop6{
	margin-top: 10px;
	font-size: 14px;
	color: #000100;
}
.develop2 .swiper-slide:nth-child(2n) .develop4{
	position: absolute;
	left: 50%;
	bottom: 50%;
	top: auto;
	width: 100%;
	border-left: 1px solid #1356a7;
	padding: 0 0 60px 10px;
}
.develop2 .swiper-slide:nth-child(2n) .develop4::before{
	left: 0;
	bottom: auto;
	top: 0;
	transform: translate(-50%,-50%);
}
.certify{
	padding: 90px 0 100px;
	border-top: 1px solid #b8c0c3;
}
.certify1{
	width: 96%;
	max-width: 1580px;
	margin: 0 auto;
}
.certify2{
	margin-top: 60px;
}
.certify2 ul{
	overflow: hidden;
}
.certify2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 144px)/5);
	margin-right: 36px;
}
.certify2 ul li:nth-child(5n){
	margin-right: 0;
}
.certify3{
	font-size: 0;
	text-align: center;
}
.certify4{
	font-size: 14px;
	text-align: center;
	color: #221816;
	margin-top: 20px;
}
.honor{
	padding: 90px 0 70px;
	border-top: 1px solid #b8c0c3;
	background-image: linear-gradient(to bottom,#e5f2fa,#fdfdff);
}
.honor1{
	width: 96%;
	max-width: 1580px;
	margin: 0 auto;
}
.honor2{
	margin-top: 80px;
}
.honor2 ul{
	overflow: hidden;
}
.honor2 ul li{
	list-style-type: none;
	float: left;
	width: calc(100% / 6);
}
.honor2 ul li:nth-child(6n){
	margin-right: 0;
}
.honor3{
	font-size: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 230px;
}
.honor4{
	margin-top: 20px;
	font-size: 14px;
	color: #030000;
	text-align: center;
	font-weight: bold;
}
.respon{
	margin-top: 80px;
}
.respon ul{
	overflow: hidden;
}
.respon ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 100px)/3);
	margin-right: 50px;
}
.respon ul li:nth-child(3n){
	margin-right: 0;
}
.respon1{
	font-size: 0;
}
.respon1 img{
	width: 100%;
}
.respon2{
	background-color: #231816;
	padding: 0 30px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
}
.respon3{
	height: 170px;
	background-color: #a2d9f8;
	padding: 24px 30px 0;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.vision{
	position: relative;
	padding: 90px 0 70px;
	border-top: 1px solid #b8c0c3;
	background-image: linear-gradient(to bottom,#e5f2fa,#fdfdff);
}
.vision::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background-image: linear-gradient(to right,#c2e6f6,#6aa1d7);
}
.vision1{
	width: 96%;
	max-width: 1580px;
	margin: 0 auto;
	position: relative;
}
.vision2{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vision3{
	font-size: 0;
}
.vision4{
	font-size: 24px;
	line-height: 36px;
	color: #000002;
	border-left: 1px solid #000002;
	padding: 12px 0 12px 50px;
	margin-left: 50px;
}
.vision5{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.vision6{
	margin-top: 40px;
	font-size: 24px;
	color: #fcfdff;
	text-align: center;
}

